/* 公共样式表 */

/* css 初始化(必备) */
.clearfix {
	margin: 0px;
	padding: 0px;
	border: 0px;
	clear: both;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	font-family: Microsoft Yahei, Verdana, Arial;
}
fieldset, img {
	border: 0px;
}
address, caption, cite, code, dfn, em, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul, li {
	list-style: none outside none;/*outside凸排*/
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
a:link, a:visited {
	text-decoration: none;
}
ul, form {
	margin: 0px;
	padding: 0px;
}
a {
	color: #777;
}
body {
	background-color: #fff;
	margin: 0px;
	font-family: Arial, Microsoft Yahei;
}
a {
	color: #999;
	text-decoration: none;
}
.main {
	width: 1920px;
	margin: 0 auto;
	height: 980px;
	position: relative
}
.kv {
	position: relative;
	width: 1920px;
	height: 980px;
	overflow: hidden;
}
.kv_pic {
	width: 10000px;
	height: 980px;
	overflow: hidden;
	position: absolute;
}
.kv_pic>li {
	width:1920px;
	height: 980px;
	float: left;
}
.kv_pic img {
	width: 100%;
}
.kv_word {
	width: 540px;
	height: 200px;
	letter-spacing:2px;
	background-color: #313131;
	position: absolute;
	top: 680px;
	left: 0;
	overflow: hidden;
}
.kv_word .tit1 {
	font-size: 22px;
	color: #f5df00;
	margin-left: 18px;
	margin-top: 14px;
}

.kv_word li p {
	font-size: 14px;
	color: #fff;
	width: 440px;
	margin-left: 18px;
	line-height:30px;
	margin-top: 10px;
}
.kv_word ul {
	width: 2700px;
	height: 200px;
	position: absolute;
}
.kv_word ul li {
	width: 540px;
	height: 200px;
	float: left;
}
.kv .control {
	width: 54px;
	height: 26px;
	position: absolute;
	left: 470px;
	top: 765px;
}
.kv .control div {
	width: 26px;
	height: 26px;
	background-color: #f5df00;
	margin-right: 1px;
	float: left;
	cursor: pointer;
}
.index_right {
	position: absolute;
	top: 400px;
	right: 0;
	width: 300px;
}
.index_right h3 {
	font-size: 18px;
}
.index_right h3 span {
	font-size: 12px;
	color: #969696;
	font-weight: normal;
	padding-left: 8px;
}
.index_right .sqe {
	padding: 6px 6px 16px 32px;
	width: 30px;
	color: #fff;
	font-size: 14px;
	float: left;
	margin-top: 22px;
	margin-bottom: 16px;
}
.index_right .sqw {
	float: right;
	width: 208px;
	line-height: 1.8;
	padding-bottom: 15px;
	padding-top: 10px;
	border-top: 1px dotted #424242;
	color: #424242;
	margin-top: 13px;
}
.kv_dot {
	position: absolute;
	left: 250px;
	top: 860px;
}
.kv_dot ul>li {
	width: 10px;
	height: 10px;
	background: url(../../images/icons_dot1.png) no-repeat center;
	float: left;
	margin-right: 5px;
}
.kv_dot ul>li.action {
	background: url(../../images/icons_dot2.png) no-repeat center;
}
.lang {
	width: 1000px;
	margin: 15px auto;
	text-align: right;
}
.lang a {
	padding: 0 7px;
}
.lang a.action {
	color: #000;
}
